* virtual function when the paintable is in an incomplete state (like a
* #GtkMediaStream before receiving the first frame).
*
- * Returns: (transfer full) a #GdkPaintable
+ * Returns: (transfer full): a #GdkPaintable
**/
GdkPaintable *
gdk_paintable_new_empty (int intrinsic_width,
/**
* gtk_gesture_stylus_get_backlog:
* @gesture: a #GtkGestureStylus
- * @backlog: (out): coordinates and times for the backlog events
+ * @backlog: (out) (array length=n_elems): coordinates and times for the backlog events
* @n_elems: (out): return location for the number of elements
*
* By default, GTK+ will limit rate of input events. On stylus input where
*
* Gets the widget that @bar is capturing key events from.
*
- * Returns: The key capture widget.
+ * Returns: (transfer none): The key capture widget.
*
* Since: 3.94
**/
/**
* gtk_search_entry_set_key_capture_widget:
- * @bar: a #GtkSearchEntry
+ * @entry: a #GtkSearchEntry
* @widget: (nullable) (transfer none): a #GtkWidget
*
* Sets @widget as the widget that @entry will capture key events from.
*
* Gets the widget that @entry is capturing key events from.
*
- * Returns: The key capture widget.
+ * Returns: (transfer none): The key capture widget.
*
* Since: 3.94
**/
*
* Creates a new widget paintable observing the given widget.
*
- * Returns: a new #GtkWidgetPaintable
+ * Returns: (transfer full) (type GtkWidgetPaintable): a new #GtkWidgetPaintable
**/
GdkPaintable *
gtk_widget_paintable_new (GtkWidget *widget)